home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- <![CDATA[
- A CodedValue specifies a code number for a value. The code
- number is known to an Agency, and may also refer to a specific
- CodeList maintained by that agency.
-
- In typical use, it is referenced in a document definition as:
-
- <element type="CodedValue">
-
- If the Agency that issued the part number is selected from
- a list of standard agencies, the XML instance for this will
- look like this:
- <PartNum>
- <Agency AgencyID="AssignedBySupplier"/>
- <CodeList="CPUList">
- <Value>Intel PII</PartID>
- </PartNum>
- ]]>
- -->
-
- <elementtype name="CodedValue">
- <model>
- <sequence>
- <!-- The Agency that owns the CodeList. -->
- <element type="Agency" />
-
- <!-- An optional CodeList specification.
- This is useful when the Agency maintains
- multiple CodeLists. -->
- <element type="string" name="CodeList" occurs="?" />
-
- <!-- The Value. -->
- <element type="string" name="Value"/>
- </sequence>
- </model>
- </elementtype>
- </schema>
-